Skip to content

Add .agents/environment.yaml for Devin environment setup#1522

Draft
devin-ai-integration[bot] wants to merge 3 commits intomainfrom
devin/1773081078-add-agents-environment-yaml
Draft

Add .agents/environment.yaml for Devin environment setup#1522
devin-ai-integration[bot] wants to merge 3 commits intomainfrom
devin/1773081078-add-agents-environment-yaml

Conversation

@devin-ai-integration
Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration bot commented Mar 9, 2026

Adds a .agents/environment.yaml blueprint so that Devin can automatically set up the development environment for this repo.

The setup steps mirror the CI setup in .github/actions/setup/action.yml:

  • Installs uv and pre-commit
  • Installs base packages (setuptools, wheel)
  • Installs dev dependencies from internal/requirements.txt (ruff, pytest, mypy, jupyter, etc.)
  • Installs the modal client
  • Sets up pre-commit hooks (ruff lint + format)

The maintenance block re-runs dependency installation to pick up any changes to internal/requirements.txt or new modal releases.

Type of Change

  • Other (Changes to the codebase, but not to examples)

Human Review Checklist

  • Verify the initialize steps align with .github/actions/setup/action.yml
  • Confirm pre-commit install is appropriate given .pre-commit-config.yaml exists
  • Consider whether uv should be assumed pre-installed rather than explicitly installed via pip install uv
  • Consider whether a virtualenv (e.g. uv venv .venv) should be used instead of --system installs

Link to Devin Session
Requested by: Rahul Chalamala

Co-Authored-By: Rahul Chalamala <rahul@modal.com>
@devin-ai-integration
Copy link
Copy Markdown
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

devin-ai-integration bot and others added 2 commits March 10, 2026 14:03
Co-Authored-By: Rahul Chalamala <rahul@modal.com>
Co-Authored-By: Rahul Chalamala <rahul@modal.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants